home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Patterns.dxr / 00026_reset coins.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  324 b   |  13 lines

  1. global gSection
  2.  
  3. on exitFrame
  4.   case gSection of
  5.     #challenge:
  6.       resetCoinSp(point(210, 76), point(400, 120), point(312, 161))
  7.     #moreChallenge:
  8.       resetCoinSp(point(415, 78), point(298, 116), point(281, 160))
  9.     #MostChallenge:
  10.       resetCoinSp(point(267, 79), point(325, 120), point(442, 161))
  11.   end case
  12. end
  13.